/* Add here all your css styles (customizations) */
.padl75{
    padding-left:7.5px;
}
.padr75 {
    padding-right: 7.5px;
}

.padl0{
    padding-left:0;
}
.padr0{
    padding-right:0;
}

.path_hd h1 {
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
}

.path_hd .title {
    font-size: 24px;
    margin-bottom:50px;
}

.path_hd a {
    position: absolute;
    right: 15px;
    bottom: 0;
}

img {
    pointer-events: none;
}
/*.header-fixed-shrink .cd-main-header {
    margin-top: -40px;
}*/
.cd-main-header {
    transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in; /* Firefox 4 */
    -webkit-transition: all 0.1s ease-in; /* Safari 和 Chrome */
    -o-transition: all 0.1s ease-in; /* Opera */
}
.header-fixed-shrink .cd-main-header {
    z-index: 10100;
    border-bottom: none;
    box-shadow: 0 0 3px #bbb;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 0.3s ease-in-out; /* Safari 和 Chrome */
    -o-transition: all 0.3s ease-in-out; /* Opera */
}
.head_top {
    width: 100%;
    background-color: #fff;
    color: #262626;
    position:relative;
}
.head_top .img,.head_top .text{
    float:right;
    margin-left:10px;
    line-height:68px;
    font-size:18px;
}
    .head_top .text span {
        color: #05a0d9;
    }
.head_top .telphone{
    padding:20px 0;
    display:block;
    overflow:hidden;
}
.cd-logo .text {
    line-height: 26px;
    margin: 28px 10px;
    padding-left: 10px;
    border-left: 1px solid #b6b6b6;
}
    .cd-logo .text .text_1 {
        color: #262626;
        font-size:14px;
    }
    .cd-logo .text .text_2 {
        color: #0058b9;
        font-size:16px;
    }
/******
    banner
    ********/
.banner {
    margin-top: 168px;
}
.swiper-container{
    z-index:0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
}
.banner .swiper-slide img {
    width: 100%;
}
.swiper-button-prev, .swiper-button-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color:#fff;
    font-size:28px;
    background-color: rgba(51, 51, 51, 0.5);
    border-radius:50%;
    margin:0 30px;
}


/*
    advantage
*/
.advantage {
    margin:80px 0;
}
.advantage_hd {
    color: #5d5d5d;
}
.advantage_hd .text {
    font-size:16px;
    width:60%;
    margin:60px auto;
}
.advantagelist .img {
    background-color: #a5a5a5;
    overflow: hidden;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    transition: all ease 1s;
    -moz-transition: all ease 1s; /* Firefox 4 */
    -webkit-transition: all ease 1s; /* Safari 和 Chrome */
    -o-transition: all ease 1s; /* Opera */
}
.advantagelist .img img{
    width:65%;
}
    .advantagelist .img:hover {
        background-color: #0058b9;
    }
.advantagelist .text {
    margin-top: 15px;
    color: #262626;
}
.advantagelist .text .text_1{
    font-size:20px;margin-bottom:10px;
}


/*
    model
*/
.model {
    background-color: #9d9d9d;
    background:url(../images/case_dbg.jpg) no-repeat;
    background-size:100% 100%;
    padding:100px 0 90px;
}
.model_hd{
    margin-bottom:20px;
}
.model_hd.path_hd .title{
    margin-bottom:0;
}

.modellist .pad{
    padding:10px;
    background-color:#fff;
    margin-bottom:25px;
}
.modellist .img{
    position:relative;
    overflow:hidden;
}
.modellist img {
    width: 100%;
    height: 182px;
    transition: all ease 1s;
    -moz-transition: all ease 1s; /* Firefox 4 */
    -webkit-transition: all ease 1s; /* Safari 和 Chrome */
    -o-transition: all ease 1s; /* Opera */
}
.modellist:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -moz-transform: scale(1.2); /* Firefox */
    -webkit-transform: scale(1.2); /* Safari 和 Chrome */
    -o-transform: scale(1.2); /* Opera */
}
.modellist .img .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    line-height: 182px;
    color: #fff;
    opacity: 0;
    -moz-transition: all ease 1s; /* Firefox 4 */
    -webkit-transition: all ease 1s; /* Safari 和 Chrome */
    -o-transition: all ease 1s; /* Opera */
}
.modellist:hover .img .bg{
    opacity:1;
}
.modellist .img .bg i.fa{
    border:3px solid #fff;
    padding:13px;
    border-radius:50%;
    font-size:24px;
}
.modellist .text{
    font-size:16px;
    line-height:20px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding:10px 0
}
/*
    about
*/
.about{
    background:url(../images/bg2.jpg) no-repeat;
    background-size:100% 100%;
    padding:80px 0 50px;
    color:#fff;
    margin-bottom:60px;
}
.about p{
    color:#fff;
}
.about_hd .text{
    margin: 0 auto;
}
.about_hd h1 {
    float:left;
    color: #fff;
}
.about_hd a{
    color:#fff;
}
.about_hd .title{
    float:left;
    position:relative;
    margin-bottom:0;
}
.about_hd .title .span{
    width:200px;
    height:2px;
    background-color:#fff;
    position:absolute;
    left:-220px;
    top:50%;
    z-index:1;
}
.aboutimg img{
    width:100%;
}
.aboutimg1 img{
    margin-top:-110px;
    z-index:0;
}
.abouttext1{
    margin:100px 0;
}
.abouttext2 {
    margin: 80px 0 0;
}
.abouttext .abouttext_1 .text {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    color: #fff;
    background-color: #05a0d9;
    text-align:center;
    margin:0 auto;
}
.aboutimg2 img{
    position:absolute;
    top:0;
}
/*
    division
*/
.division {
    padding:30px 0 0;
    position:relative;
}
    .division .bg {
        background-color: #0058b9;
        width:100%;
        overflow:hidden;
        padding:15px 0;
    }
    .division .text {
        color: #fff;
    }
    .division .text .text_1{
        font-size:24px;
    }
    .division .text .text_2{
        font-size:20px;
        text-transform:uppercase;
    }
    .division .img{
        position:absolute;
        left:0;
        bottom:0;
        padding-left:0;
    }
/*
    news
*/
.news{
    padding:100px 0;
}
.news_hd{
    margin-bottom:20px;
}
.news_hd.path_hd .title{
    margin-bottom:0;
}
.newlist {
    margin-bottom: 20px;
}
    .newlist .newtext{
        position:relative;
    }
    .newlist .newtext .span {
        width: 30px;
        height: 5px;
        background-color: #1b5aa9;
    }
        .newlist .newtext .title {
            font-size: 16px;
            line-height: 40px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
    .newlist:hover .newtext .title {
        color: #0058b9;
    }
    .newlist .newtext .desc {
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }
    .newlist .newtext .time{
        position:absolute;
        left:15px;
        bottom:0;
    }
    .newlist .newimg img {
        width: 100%;
        height: 116px;
	border:1px solid #ccc;
    }
    /*
    footer
*/
    footer {
        background-color: #000;
        color: #fff;
        padding: 110px 0 15px;
        /*line-height: 60px;*/
        margin-top: 30px;
    }
footer a{
    color:#fff!important;
}
    footer .navs li{
        float:left;
        margin-left:20px;
        line-height:40px;
    }
        footer .navs li a {
            font-size: 18px;
            color: #b3b3b3!important;
            font-weight:bold;
        }
    footer .copyright{
        text-align:right;
        line-height:62px;
    }
    footer .wechat img{
        width:100px;
        height:100px;
    }
.footerleft .title{
    font-size:24px;
    line-height:40px;
    margin-bottom:30px;
}
    .footerleft .title span {
        font-size: 36px;
        color: #0058b9;
        line-height:40px;
        text-transform:uppercase;
        float:left;
        margin-right:10px;
        font-weight:bold;
    }
.footerleft .contact i.fa{
    color:#000;
    background-color:#fff;
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    display:block;
}
.footerleft .contact .wechat{
    position:relative;
}
    .footerleft .contact .wechat .img{
        position:absolute;
        top:0;
        left:-30px;
        right:-30px;
        opacity:0;
        display:none;
    }

        .footerleft .contact .wechat:hover .img,.footerleft .contact .wechat .img.show {
            display: block;
            opacity: 1;
            top: -110px;
        }
    .footerleft .contact .wechat, .footerleft .contact .qq{
        float:left;
        margin-right:10px;
    }
    .footerleft .contact .tel{
        float:left;
        overflow:hidden;
    }
        .footerleft .contact .tel .member, .footerleft .contact .tel .telphone {
            float: left;
            line-height: 30px;
        }
        .footerleft .contact .email, .footerleft .contact .address {
            float: left;
            line-height: 30px;
            margin-left:10px;
            width:238px;
        }
.footerright{
    padding-top:70px;
}
#wx-corner {
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 40px;
    z-index: 10;
}
    /*位置*/
.position {
    padding: 10px 0;
    font-size:16px;
    background-color: #f0f0f0;
}
    .position i.fa.fa-home {
        color: #05a0d9;
        font-size:24px;
    }
/*关于*/
.aboutindex {
    padding: 80px 15px 40px;
}
.aboutindex .path_hd h1 {
    color: #333;
}
.aboutindex .aboutimg1 img{
    margin:0;
}
.aboutindex .abouttext_2 .companyname {
    color: #353535;
    font-size:24px;
    position:relative;
}
    .aboutindex .abouttext_2 .companyname .span {
        width: 200px;
        height: 2px;
        background-color: #05a0d9;
        position: absolute;
        left: -220px;
        top: 50%;
        z-index: 1;
    }

/*
    news
*/
.newindex{
    padding:80px 15px 40px;
}
/*
    contact
*/
.contactindex .form .formcontral {
    color: black;
    background: transparent;
    border: 1px solid #016bbf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 5px 5px 5px 10px;
    width: 100%;
}

.contactindex .form .email {
    float: left;
    width: 48%;
}

.contactindex .form .tel {
    float: right;
    width: 48%;
}

.contactindex .form .submit {
    float: right;
    width: 100px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    background-color: #016bbf;
    color: #ffffff;
    padding:0;
}
.contactindex .form .span{
    color:#ff0000;
}
.contactindex {
    padding: 80px 0 60px;
}
/*.contactindex .path_hd{
    margin-bottom:50px;
}*/
    .contactindex .weizhi h2{
        text-align:center;
        margin:20px 0;
    }
    .contactindex #map iframe {
        width: 100% !important;
        border: solid 1px #9f9f9f;
    }
    .contactindex .tel .member, .contactindex .tel .telphone {
        float: left;
        line-height: 30px;
    }
    .contactindex .email, .contactindex .address{
        line-height:30px;
    }
    /*
    product
*/
.proindex{
    padding:80px 15px 40px;
}
    /*.proindex .path_hd{
        margin-bottom:50px;
    }*/
.pro_nav ul li.active > a > .text, .pro_nav ul li:hover > a > .text {
    background-color: #0058b9;
    color: #fff;
}
        .pro_nav ul li a .text {
            color: #333;
            text-align: left;
            padding: 7px;
            border-bottom:1px solid #e6e6e6;
        }
.proindexlist .modellist img{
    height:206px;
}
.proindexlist .modellist .img .bg {
    line-height:206px;
}
/*产品轮播*/
.proswiper1 .view .swiper-slide img, .proswiper1 .preview .swiper-slide img {
    width: 100%;
    height: 100%;
}

.proswiper1 .view .swiper-slide img {
    height: 343px;
}

.proswiper1 .preview .swiper-slide {
    width: 132px;
    /*margin: 5px 0;*/
}

.preview .active-nav img {
    padding: 0;
    border: 2px solid #016bbf;
}

.preview {
    position: relative;
    height:100%;
}

    .preview .arrow-left {
        position: absolute;
        left:6px;
        line-height:100px;
    }

    .preview .arrow-right {
        position: absolute;
        right: 6px;
        line-height: 100px;
    }

    .preview i.fa {
        font-size: 30px;
    }

    .preview .swiper-container {
        position: absolute;
        left: 7%;
        max-width: 395px;
        height:100%;
    }

        .preview .swiper-container .swiper-wrapper {
            /*width:396px!important;*/
            height: 99px;
        }

.bgcolorccc {
    height: 111px;
    padding: 5.5px 0;
}

@media (max-width:1200px) {
    .proswiper1 .view .swiper-slide img {
        height: 304px;
    }
}

@media (max-width:1169px) {
    .proswiper1 .view .swiper-slide img {
        height: 329px;
    }

    .preview .swiper-container {
        max-width: 310px;
        left: 8.5%;
    }

    .proswiper1 .preview .swiper-slide {
        width: 104px;
        height: 92px;
    }

    .preview .arrow-left, .preview .arrow-right {
        line-height: 92px;
    }

    .bgcolorccc {
        height: 103px;
    }
    .proswiper1 .ban2 ul li img {
        height: 280px !important;
    }
}

@media(max-width:768px) {
    .proswiper1 .view .swiper-slide img {
        height: 444px;
    }

    .view .swiper-container {
        margin-bottom: 10px;
    }
    .pc-slide{
        width:70%;
        margin: 0 auto;
    }
    .proswiper1 .ban2 ul li img {
        height: 540px !important;
    }
}

@media (max-width:414px) {
    .pc-slide{
        width:100%;
    }
    .proswiper1 .view .swiper-slide {
        width: 354px;
    }

    .proswiper1 {
        overflow: hidden;
    }

        .proswiper1 .view .swiper-slide img {
            height: 338px;
        }
        .proswiper1 .ban2 ul li img {
            height: 288px !important;
        }

        .proswiper1 .prev1, .proswiper1 .next1 {
            top: 130px;
        }
}

@media(max-width:375px) {
    .proswiper1 .view .swiper-slide img {
        height: 304px;
    }
    .proswiper1 .num {
        width: 250px !important;
    }

    .proswiper1 .prev_btn1 {
        margin-right: 32px;
    }

    .proswiper1 .ban2 ul li img {
        height: 259px !important;
    }
}
@media(max-width:360px){
    .proswiper1 .view .swiper-slide img {
        height: 290px;
    }
    .proswiper1 .ban2 ul li img {
        height: 247px !important;
    }

    .proswiper1 .prev_btn1 {
        margin-right: 24px;
    }
}


@media (min-width: 1200px) {
    .prodetailminhei {
        min-height: 400px;
    }
}

@media (max-width: 1200px) {
    .prodetailminhei {
        min-height: 330px;
    }
}
.prodetail .name h2 {
    color: #0058b9;
}
.prodetail .name .span {
    width: 35px;
    height: 3px;
    background-color: #0058b9;
    margin-bottom:10px;
}
.prodetailhd h2 {
    color: #0058b9;
    border-bottom: 1px solid #0058b9;
    line-height:40px;
    margin:10px 0 20px;
}
.prodetailbd{
    margin-bottom:20px;
}

@media (max-width:1169px) {
    .cd-logo img{
        margin:5px 0;
    }
    .head_top .telphone {
        padding: 10px 0;
    }
    .head_top .telphone a{
        overflow:hidden;
        display:block;
        width:80%;
    }
        .head_top .telphone a .fl {
            overflow: hidden;
            display: block;
            float:left;
        }
    .banner{
        margin-top:88px;
    }
    .cd-header-buttons{
        top:25px;
    }
    .swiper-button-next, .swiper-button-prev{
        top:35%;
    }
    .model{
        padding:60px 0 30px;
    }
    .modellist img{
        height:144px;
    }
    .abouttext1{
        margin:60px 0;
    }
    .abouttext2{
        margin-top:20px;
    }
    .division .bg{
        padding:5px 0;
    }
    .division .text .text_1{
        font-size:18px;
    }
    .division .text .text_2{
        font-size:14px;
    }
    .news{
        padding:60px 0 30px;
    }
    .newlist .newimg img{
        height:93px;
    }
    .newlist .newtext .title{
        line-height:24px;
    }
    footer{
        padding:60px 0 30px;
    }
        footer .copyright{
            text-align:left;
        }
        footer .navs li{
            margin-left:0;
            margin-right:20px;
        }
    .footerright{
        padding-top:20px;
    }
    .cd-primary-nav .cd-secondary-nav a {
        color: #fff;
    }
    .cd-primary-nav .cd-secondary-nav li{
        clear:both;
    }
    .cd-secondary-nav{
        margin:0;
        width:100%!important;
    }
    .cd-primary-nav .cd-secondary-nav li{
        width:100%;
    }
    .aboutindex, .newindex {
        padding: 60px 15px 20px;
    }
    .contactindex {
        padding: 60px 15px 30px;
    }
    .proindexlist .modellist img{
        height:164px;
    }
    .modellist .img .bg{
        line-height:144px;
    }
    .proindexlist .modellist .img .bg {
        line-height: 164px;
    }
    .proindex {
        padding: 60px 15px 20px;
    }
    .cd-logo .text{
        margin:13px 10px;
    }
}
@media (max-width:768px){
    .advantage{
        margin:40px 0;
    }
    .advantage_hd .text{
        margin:20px auto;
    }
    .advantagelist .img{
        width:70%;
    }
    .advantagelist .text .text_1 {
        font-size: 16px;
    }
    .advantagelist .text .text_2{
        font-size:13px;
    }
    .modellist img{
        height:244px;
    }
    .abouttext1{
        margin:20px 0;
    }
    .aboutimg2 img{
        position:relative;
    }
    .abouttext .abouttext_1 .text{
        width:45px;
        height:45px;
        line-height:45px;
        font-size:30px;
    }
    .about{
        margin-bottom:0;
    }
    .division .img ,.division .img img {
        height: 100%;
    }
    .newlist .newimg img{
        height:155px;
    }
    .newlist .newtext .title{
        line-height:40px;
    }
    .footerleft .contact .email, .footerleft .contact .address{
        width:auto;
    }
    .aboutindex .abouttext_2 .companyname .span{
        width:100px;
        left:-110px;
    }
    .proindexlist .modellist img{
        height:244px;
    }
    .modellist .img .bg{
        line-height:244px;
    }
    .proindexlist .modellist .img .bg {
        line-height: 244px;
    }
    .cd-logo img {
        height: auto !important;
    }

    .head_top .telphone {
        padding: 5px 0;
    }

    .cd-header-buttons {
        top: 15px;
    }

    .banner {
        margin-top: 78px;
    }
}
@media (max-width:414px){

    .swiper-button-prev, .swiper-button-next{
        width:40px;
        height:40px;
        line-height:40px;
        font-size:20px;
        top:40%;
    }
    .advantage_hd .text{
        width:100%;
    }
    .advantagelist .text .text_2{
        margin-bottom:10px;
    }
    .advantage{
        margin:20px 0;
    }
    .model, .news   {
        padding: 30px 0 15px;
    }
    .modellist img{
        height:118px;
    }
    .division .text{
        text-align:center;
    }
    .newlist .newimg img{
        height:76px;
    }
    .newlist .newtext .title{
        line-height:24px;
    }
    .newlist .newtext .desc {
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    footer .copyright{
        line-height:20px;
    }
    .aboutindex, .newindex, .proindex {
        padding: 30px 15px 15px;
    }
    .path_hd .title{
        margin-bottom:10px;
    }
    .aboutindex .abouttext_2 .companyname .span{
        display:none;
    }
    .contactindex .form .formcontral#name, .contactindex .form .formcontral#tel, .contactindex .form .formcontral#email{
        margin-bottom:10px;
    }
    .proindex .path_hd{
        margin-bottom:0;
    }
    .proindexlist .modellist img{
        height:118px;
    }
    .modellist .img .bg{
        line-height:118px;
    }
    .proindexlist .modellist .img .bg {
        line-height: 118px;
    }
    .proindexlist .modellist .pad, .contactindex .path_hd {
        margin-bottom: 0;
    }
    .path_hd h1{
        font-size:30px;
    }
    .banner {
        margin-top: 61px;
    }
    .cd-logo {
        padding: 0;
    }
    .contactindex {
        padding: 30px 15px 15px;
    }
    .head_top .img {
        line-height: 51px;
        margin-left:0;
    }
    .head_top .text {
        line-height: 51px;
        margin-left: 0;
        font-size: 16px;
    }
    .cd-header-buttons {
        top: 10px;
    }
    .cd-main-header{
        background-color:#fff;
    }
}
@media (max-width:375px){
    .modellist img, .proindexlist .modellist img {
        height: 103px;
    }

    .modellist .img .bg {
        line-height: 103px;
    }
    .proindexlist .modellist .img .bg {
        line-height: 103px;
    }
    .newlist .newimg img{
        height:67px;
    }
    .newlist .newtext .title{
        line-height:20px;
    }
    .footerleft .title span{
        font-size:30px;
    }
    .head_top .img {
        line-height: 45px;
    }

    .head_top .text {
        line-height: 45px;
    }
}
@media (max-width:360px) {
    .modellist img, .proindexlist .modellist img {
        height: 97px;
    }
    .modellist .img .bg{
        line-height:97px;
    }
    .proindexlist .modellist .img .bg {
        line-height: 97px;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 30%;
    }
}
@media (max-width:320px){
    .head_top .text{
        font-size:13px;
    }
    .head_top .img {
        line-height: 36px;
    }

    .head_top .text {
        line-height: 36px;
    }
    .cd-header-buttons {
        top: 7px;
    }
}